Click or drag to resize

Priority Enumeration

Indicates the order in which a rule is to be run.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum Priority
Members
  Member nameValueDescription
Low0 Low priority.
Normal1 Normal priority.
High2 High priority.
None3 None priority.
See Also